home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-01-18 | 243 b | 14 lines |
- #
- # makefile for bin
- #
- # Bruno Costa - 9 Dec 89 - 9 Dec 89
- #
-
- .c.o:
- LC:lc -cus -d2 $*
-
- bin: bin.o
- LC:blink from LIB:c.o bin.o to bin \
- DEFINE __main=__tinymain DEFINE _exit=__exit \
- batch smallcode smalldata nodebug LIB LIB:lc.lib
-